CancelDownloadRequest

data class CancelDownloadRequest(guid: String, browserContextId: BrowserContextID?)

Represents request frame that can be used with Browser#cancelDownload operation call.

Cancel a download if in progress

See also

Constructors

CancelDownloadRequest
Link copied to clipboard
fun CancelDownloadRequest(guid: String, browserContextId: BrowserContextID? = null)

Properties

browserContextId
Link copied to clipboard
val browserContextId: BrowserContextID? = null
BrowserContext to perform the action in.
guid
Link copied to clipboard
val guid: String
Global unique identifier of the download.

Sources

jvm source
Link copied to clipboard